Add flair to readme
authorStephen Becker IV <github@deathbyescalator.com>
Sat, 12 Mar 2016 18:40:03 +0000 (10:40 -0800)
committerStephen Becker IV <github@deathbyescalator.com>
Sat, 12 Mar 2016 20:23:13 +0000 (12:23 -0800)
Add the travis-ci and appveyor build badges to the readme

README.md

index d5395533af58459c541869afd48113af245dcbfe..1ad7556b66a6bb897ffd26141f0cfef55e8a7943 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,6 +2,10 @@ Cargo downloads your Rust project’s dependencies and compiles your project.
 
 Learn more at http://doc.crates.io/
 
+## Code Status
+[![Build Status](https://travis-ci.org/rust-lang/cargo.svg?branch=master)](https://travis-ci.org/rust-lang/cargo)
+[![Build Status](https://ci.appveyor.com/api/projects/status/jnh54531mpidb2c2?svg=true)](https://ci.appveyor.com/project/alexcrichton/cargo)
+
 ## Installing Cargo
 
 Cargo is distributed by default with Rust, so if you've got `rustc` installed